@charset "UTF-8";
/* CSS Document */
/*
-----------------------------内页样式start-----------------------------
*/
/**
 * 框架公共部分
 * author kis2
 * @return
*/
.bc_fff{
	background: #fff;
}
.minH_350{
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

/*
* 发展历程 shiftPengFang
*/
.deveList_dl{
	overflow: hidden;
}
.deveList_dl dd{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	line-height: 80px;
}
.deveTime{
	font-size: 14px;
	color:#333;
	overflow: hidden;
	margin-right: 30px;
}
.deveTime i{
	font-size: 30px;
}
.deveTit{
	overflow: hidden;
	position: relative;
	padding-left: 55px;
	font-size: 16px;
	color:#333;
	transition: all 0.3s linear;
}
.deveTit:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 20px;
	height: 1px;
	position: absolute;
	left: 5px;
	top: 50%;
	background: #333;
	transition: all 0.3s linear;
}
.deveList_dl .list_a:hover .deveTit{
	color:#009944;
}
.deveList_dl .list_a:hover .deveTit:after{
	width: 30px;
	left: 0px;
	background: #009944;
}
.developmentSlide{
	overflow: hidden;
	position: relative;
	height: 600px;
	padding: 0px 40px;
	background: url(../images/developmentBg.png) no-repeat -25px bottom;
}
.developmentSlide .bd{
	overflow: hidden;
	height: 100%;
	position: relative;
	z-index: 5;
}
.line{
	width: 0px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 74px;
	transition: all 3.9s linear;
	background: url(../images/line.png) no-repeat left bottom;
}
.show .line{
	width: 100%;
}
.deveSlide_dl{
	overflow: hidden;
	height: 570px;
}
.deveSlide_dl dd{
	width: 7.142857%;
	float: left;
	display: inline;
	height: 570px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.3s linear;
}
.show .deveSlide_dl dd{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.deveSlide_dl .list_a{
	display: block;
	height: 260px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 15px;
	overflow: visible;
	transition: bottom 0.5s linear;
}
.deveSlide_dl dd.dd0 .list_a{
	bottom: 55px;
}
.deveSlide_dl dd.dd1 .list_a{
	bottom: 102px;
}
.deveSlide_dl dd.dd2 .list_a{
	bottom: 95px;
}
.deveSlide_dl dd.dd3 .list_a{
	bottom: 103px;
}
.deveSlide_dl dd.dd4 .list_a{
	bottom: 103px;
}
.deveSlide_dl dd.dd5 .list_a{
	bottom: 136px;
}
.deveSlide_dl dd.dd6 .list_a{
	bottom: 126px;
}
.deveSlide_dl dd.dd7 .list_a{
	bottom: 121px;
}
.deveSlide_dl dd.dd8 .list_a{
	bottom: 146px;
}
.deveSlide_dl dd.dd9 .list_a{
	bottom: 193px;
}
.deveSlide_dl dd.dd10 .list_a{
	bottom: 204px;
}
.deveSlide_dl dd.dd11 .list_a{
	bottom: 227px;
}
.deveSlide_dl dd.dd12 .list_a{
	bottom: 274px;
}
.deveSlide_dl dd.dd13 .list_a{
	bottom: 305px;
	opacity: 0;
}
.deveSlide_dl span{
	display: block;
	overflow: hidden;
	width: 50%;
	font-size: 14px;
	color:#333;
	float: left;
	word-wrap: break-word;
	text-align: center;
	margin-top: -3px;
}
.deveSlide_dl i{
	display: block;
	overflow: hidden;
	width: 50%;
	font-size: 14px;
	color:#009944;
	float: left;
	word-wrap: break-word; 
	letter-spacing: 5px;
	text-align: center;
	margin-top: -3px;
}
.deveSlide_dl em{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/ray.png) no-repeat center bottom;
}
.deveSlide_dl em:after{
	display: block;
	content: "";
	width: 100%;
	height: 0px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all 0.3s linear;
	background: url(../images/ray_h.png) no-repeat center bottom;
}
/*.deveSlide_dl .list_a:hover em:after{
	height: 100%;
}*/
.deveBtBox{
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	width: 100%;
	font-size: 0px;
	text-align: center;
	z-index: 9;
}
.developmentSlide .bt{
	display: inline-block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	border-radius: 40px;
	border: 1px solid #009944;
	margin: 0px 10px;
	transition: all 0.3s linear;
}
.developmentSlide .prev{
	background: url(../images/devePrev.png) no-repeat center center;
}
.developmentSlide .prev:hover{
	background: #009944 url(../images/devePrev_h.png) no-repeat center center;
}
.developmentSlide .next{
	background: url(../images/deveNext.png) no-repeat center center;
}
.developmentSlide .next:hover{
	background: #009944 url(../images/deveNext_h.png) no-repeat center center;
}

/*
* 图文列表 shiftPengFang
*/
.textImg{
	overflow: hidden;
}
.textImg dd{
	padding: 20px 0px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.textImg .pic{/*图片参考尺寸：300:210*/
	width: 200px;
	padding-top: 0px;
	margin-right: 20px;
}
.textImg .pic:after{
	display: block;
	content: "";
	overflow: hidden;
	padding-top: 70%;
}
.textImg .listTime{
	margin: 5px 0px;
}
.textImg .listIntr{
	height: 50px;
}
.listFoot{
	overflow: hidden;
}
.hits{
	padding-left: 25px;
	overflow: hidden;
	font-size: 12px;
	color:#999;
	line-height: 30px;
	background: url(../images/eyes.png) no-repeat left center;
}
.listMore{
	overflow: hidden;
	width: 30px;
	line-height: 30px;
	background: #e1e1e1;
	text-align: center;
	font-size: 20px;
	color:#fff;
	transition: all 0.3s linear;
}
.list_a:hover .listMore{
	background: #009944;
}

/*
* 详情页 shiftPengFang
*/
a.print{
	font-size: 14px;
	color:#009944;
	overflow: hidden;
	line-height: 35px;
	position: absolute;
	right: 0px;
	top: 20px;
	font-weight: bold;
}

/*
* 全图1 shiftPengFang
*/
.imgList1{
	margin: 0px -10px;
}
.imgList1:after{
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.imgList1 dd{
	width: 33.3333333%;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.imgList1 .list_a{
	margin: 0px 10px;
	transition: all 0.3s linear;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}
.imgList1 .listDeta{
	padding: 10px;
}
.imgList1 .pic{/*图片比例3:2 建议尺寸：600*400*/
	padding-top: 66.6666667%;
    position: relative;
}
.imgList1 .pic img{ position: absolute; left: 0px; top:0px; width: 100%; height: 100%;}
.imgList1 .listIntr{
	height: 50px;
}
.imgList1 .list_a:hover{
	transform: translateY(-5px);
	
}

/*
* 全文列表 shiftPengFang
*/
.textList{
	overflow: hidden;
}
.textList dd{
	overflow: hidden;
}
.textList .listTime{
	margin-left: 20px;
	line-height: 40px;
}
.textList .listName{
	padding-left: 15px;
	line-height: 40px;
	color:#333;
	background: url(../images/trangleRight.png) no-repeat 0px center;
}
.textList .list_a:hover .listName{
	color:#009944;
	background: url(../images/trangleRight_h.png) no-repeat 5px center;
}
.textList dd.space{
	border-bottom: 1px solid #f4f4f2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.textList dd.space:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*
* 企业荣誉 shiftPengFang
*/
.imgList2{
	margin: 0px -15px;
}
.imgList2:after{
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.imgList2 dd{
	width: 33.333333%;
	float: left;
	display: inline;
	padding: 15px 0px;
}
.imgList2 .list_a{
	margin: 0px 15px;
	padding: 15px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	transition: all 0.3s linear;
	position: relative;
}
.imgList2 .pic{
	padding-top: 72.7272727%;
    position: relative;
}
.imgList2 .pic img{ display: block; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.imgList2 .list_a:hover{
	transform: translateY(-5px);
}

/*
* 视频列表 shifPengFang
*/
.txt-c{
	text-align: center;
}

/*
* 著佐权 shiftPengFang
*/
.ratio5-7 .pic{/*建议图片尺寸320*450*/
	padding-top: 140%;
}
.imgList1.ratio5-7{
	margin: 0px -35px;
}
.ratio5-7 dd{
	width: 25%;
}
.ratio5-7 .pic{
	border: 1px solid #f4f4f4;
	border-radius: 3px;
}
.ratio5-7 .list_a{
	box-shadow: none;
	margin: 0px 35px;
}


/**
 * 文章详细页（标题、时间、内容、附件）
 * @author 杨朝杰
 * @return
 */
.viewCont{
    padding: 50px;
    overflow: hidden;
    background: #333;
}
.pageBox{
    min-height:300px;
    height:auto !important;
    height:300px;
    clear:both;
    overflow:hidden;
    padding:40px 60px; 
    background:#fff;
    -webkit-animation: gfadeIn 0.6s 0.6s both;
    -moz-animation: gfadeIn 0.6s 0.6s both;
    animation: gfadeIn 0.6s 0.6s both;
    }
.articleTitle{
    padding:20px 0 0px 0;
    font-size:24px;
    line-height:46px;
    color:#333;
    text-align: center;
}
.articleSubTitle{
    font-size: 18px;
    color:#666;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}
.articleTime {
    line-height: 30px;
    text-align: center;
    color: #888;
    font-size: 14px;
    overflow: hidden;
}
.articleTime .center{
    display: inline-block;
    overflow: hidden;
}
.newsShare{
    margin-left: 20px;
	display: none
}
.fontBt span{ cursor:pointer; padding:0 2px;}
.fontBt span:hover,.fontBt span.hover{ color:#ff0000;}
.artCont{
    padding:20px 55px;
}
.articleBox {
    overflow:hidden;
    font-size: 16px;
    color: #888;
    line-height: 40px;
    padding:20px 0 0 0;
}
.articleBox img{ max-width:100%;}

.articleHand{
    clear:both;
    font-size:16px;
    overflow: hidden;
    padding:10px 0 0 0;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:10px 20px 10px 30px;
    float:left;
    background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/word.png) no-repeat left center; color:#37a6ff !important; }
.articleHand a.ppt,.articleHand a.pptx{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/zip.png) no-repeat left center; color:#ff9779 !important; }

.codeBox{
    clear:both;
    background:#fff;
    text-align:center;
    padding:20px;
    }
.codeBox p{
    display:block;
    line-height:40px;
    font-size:14px;
    }
    
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:800px;
    height:535px;
    position:relative;
    overflow: hidden;
    background:#fff;
    border:1px solid #e9e9e9;
    padding:5px;
    margin:20px auto 0 auto;
}
#play .change_a {
    width:40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
    background:#fff;
    margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:800px;clear:both;margin:20px auto;position:relative;}
.img_hd {
    margin:0 auto;
    overflow: hidden;
    height:60px;
    position:relative;
}
.img_hd ul {
    position: absolute;
    z-index: 1
}
.img_hd ul li {
    float: left;
    height:47px;
    width:70px;
    padding:3px;
    margin:0 7px;
    cursor: pointer;
    background:#fff;
    border:1px solid #d4d4d4;
    position:relative;
}
.img_hd ul li p{
    height:47px;
    width:70px;
    display:block;
    background:#fff;
    position:relative;
    }
.img_hd ul li i{
    display:block;
    clear:both;
    line-height:20px;
    padding:0 5px;
    background:#000;
    color:#fff;
    position:absolute;
    right:3px;
    bottom:3px;
    z-index:99999999999999;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    }
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #e52129;background:#e52129;}
.imgMove .bottom_a {
    width:20px;
    height:25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float:left;
    top:15px;
    position:absolute;
    z-index:9999999999999;
    background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}

.articlePage{
    clear:both;
    text-align:center;
    overflow:hidden;
    padding:20px 0;
    }
.articlePage a{
    display: inline-block;
    padding: 8px 15px;
    color: #444;
    border-radius: 2px;
    margin: 0 2px;
    background: #E2E2E2;
    }
.articlePage a:hover,.articlePage a.hover{
    color:#fff;
    background:#666;
    }
    
.pageUp{
    clear:both;
    overflow:hidden;
    line-height:35px;
    font-size:16px;
    padding:20px 0 0 0;
    border-top: 1px solid #e4e4e4;
    position: relative;
}
.pageUp a{color:#666;}
.pageUp a:hover{
    color:#009944;
}
/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.ShareBox {
    overflow: hidden;
    clear:both;
}
.ShareBox p {
    display: block;
    overflow: hidden;
    float: left;
}
.ShareBox i {
    clear:both;
    display: block;
    font-size:12px;
    color:#666;
    text-align: center;
    overflow: hidden;
    margin:5px 0px;
    display:none;
}
.ShareBox span {
    font-size: 14px;
    line-height: 30px;
    float:left;
}
.ShareBox a{
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 7px 0 0 !important;
    }
.ShareBox .bds_weChat{background: url(../images/share/shareBt5.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tsina{background: url(../images/share/shareBt1.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tqq{background: url(../images/share/shareBt2.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_qzone{background: url(../images/share/shareBt3.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_douban{background: url(../images/share/shareBt4.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_sqq{background: url(../images/share/shareBt6.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .f_more{background:url(../images/footShare.png) no-repeat -111px 0px !important;}
/**/
.ind1rdLTit {
    height: 60px;
    overflow: hidden;
    line-height: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    font-size: 16px;
    color: #fff;
    padding: 0px 15px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
/*
-----------------------------内页样式end-----------------------------
*/
